home *** CD-ROM | disk | FTP | other *** search
- WinConvers
- Release Notes
- =============
-
- WinConvers is an amateur packet radio convers system client for Microsoft Windows 95,
- NT 4 (3.51?), and later.
-
- The application uses the Windows' TCP/IP socket library (Winsock), so you'll need
- a LAN or Internet connection to a convers server. Windows packet IP software (if there
- is such a beast yet)/a hack to hook into the AmprNet might also work but don't please
- don't ask me how as I access AmprNet via a LAN connection to my Unix box.
-
- WinConvers, the application, is built around WinConvers, the ActiveX control, which
- is available to other developers under licence.
-
- If you're one of the 30 or so people who have enquired about SuperLog, my logbook app:
- SuperLog _will_ make it out of the shack... Time is the culprit, but development is
- coming along nicely. SuperLog has had approximately one year's worth of full time
- development already (and is only at v0.36)! It's beginning to resemble a professional
- application, but there's a lot of time consuming work still to do.
-
- 73,
-
- Steve (g0lri)
-
- steve@kalika.demon.co.uk
- http://www.kalika.demon.co.uk/sdk-software/
- (will be: http://www.sdk-software.homepages.co.uk/ )
-
-
- "London loves - the mystery of a speeding car"
-
-
- Features
- ========
-
- WinConvers is very easy to use, especially if you are already a user of existing
- convers clients. There are however a few "unique" features:
-
- - multiple connections at the same time, even at the same server (if the remote
- server allows multiple connections)
-
- - "memorised connections" - use the Connections tab on the Options window to store
- details of your most used connections (host, port and channel) in the Windows
- registry. You can then sign on with one mouse operation.
-
- - OLE drag and drop. You can drag text with the mouse from other drag-and-drop capable
- windows (such as the WinConvers receive box, Microsoft Word, and many others) into
- the send-buffer box. Don't forget to click inside the send-buffer box after dragging
- and before pressing enter, so that the box has "focus". Conventional cut-n-paste is also
- available, just right-click on the mouse.
-
- - colour schemes. Yes, you too can have a VT100-lookalike window if you so desire :-)
-
-
- History
- =======
- ** = full release
- * = limited pre-release
-
- ** EXE 1.1.162, OCX 1.0.106 4/8/97
- FIRST PUBLIC RELEASE - Released to the public: 27/8/97
- - Added RXBufferLines and TXBufferLines properties to the OCX. The values previously
- used are now the OCX defaults (30,000 received lines and 250 sent lines). 3600 lines
- ought to be enough to allow a user to leave WinConvers on whilst at work and have
- the whole day's traffic still on screen when you get home (assuming 1 line received
- every 10 seconds, could be much higher on the Internet)... If you've got
- time to read the whole 30000 lines you have too much time :-)
-
- EXE 1.1.161, OCX 1.0.105 3/8/97
- Ready for its first full public release, I think:
- - Hourglass is displayed when undertaking potentially lengthy operations. For example,
- if, like me, you really must paste 300k of text into the send buffer and send it, the
- hourglass will be displayed whilst WinConvers processes your data and buffers it.
- - Whilst fiddling with the aforementioned send-buffer code I have made some changes to
- the way I buffer old lines, with the intention of speeding WinConvers up
- - Fixed a tiny bug (referring to the wrong variable) in the scrollbars code (whoops :-)).
- That, together with the changes above, nail the two bugs that I was aware of.
-
-
- EXE 1.1.160 22/7/97
- OCX 1.0.101
- Most changes were in the OCX:
- - Fixed bug affecting receive buffer of more than 255 lines (incorrect type declaration)
- - Altered scrollbar code to more quickly display huge chunks received from server (probably
- not an issue on 1200 baud packet, but an issue on a LAN). The OCX now analyses the number
- of characters and lines it has received from the TCP/IP stack, and if great it rewrites
- the screen once rather than for every line received.
- - Added a beep event
-
- 1.1.157 16/7/97
- Rewritten to utilise ActiveX technology. WinConvers.exe is now a container for the
- WinConvers custom control (v1, build 98) :-)
-
- * 1.1.151 15/7/97
- Last "pre-ActiveX" version
-
- 1.1.150 12/7/97
- - Compiled under VB5, and added tooltips
- - Rewrote code behind scrollbars and some of the registry-related code
- - Added font-size setting
- - Fixed some cosmetic issues under NT
- - Other code changes resulting from move to VB5; over 2000 lines of code
- - Other enhancements
-
- * 1.0.115 26/6/97 (minor code change, no outward difference)
-
- * 1.0.114 18/6/97
- Fully functional release, compiled in VB4.
-
- WinConvers as an OCX first mooted Jan 97 (and delivered as an EXE in June and then
- an OCX in July 97)
-
- Bugs
- ====
-
- Tested under Win 95 and NT 4:
- With some font/window size combinations the text doesn't quite fit. The best thing
- to do is find a combination that suits you and stick with it.
- Send buffer window font is always 8 point (this is a feature not a bug :-))
-
- ToDo
- ====
-
- Optionally filter-out beep characters
- Optionally echo Sent lines to Received screen
- Mini-server to handle one-to-one talk requests
-
-
- Acknowledgements
- ================
- G0LGS for feedback on build 115 (a release candidate)
- G7LED for designing sconvers for Linux, on which the appearance of WinConvers is modelled